home *** CD-ROM | disk | FTP | other *** search
-
- @interface Button(IBInspector)
-
- - (const char *)getInspectorClassName;
-
- @end
-
- @interface ButtonCell(IBInspector)
-
- - (const char *)getInspectorClassName;
-
- @end
-
- @interface NXColorWell(IBInspector)
-
- - (const char *)getInspectorClassName;
-
- @end
-
-
- @interface TextField(IBInspector)
-
- - (const char *)getInspectorClassName;
-
- @end
-
-
- @interface TextFieldCell(IBInspector)
-
- - (const char *)getInspectorClassName;
-
- @end
-
-
- @interface Slider(IBInspector)
-
- - (const char *)getInspectorClassName;
-
- @end
-
- @interface SliderCell(IBInspector)
-
- - (const char *)getInspectorClassName;
-
- @end
-
-